[INFO] cloning repository https://github.com/jameslinimk/chess-ai
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jameslinimk/chess-ai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjameslinimk%2Fchess-ai", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjameslinimk%2Fchess-ai'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9479d1b8d2a8bb59318094103d5ab0e755f54e3c
[INFO] checking jameslinimk/chess-ai against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjameslinimk%2Fchess-ai" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jameslinimk/chess-ai
[INFO] finished tweaking git repo https://github.com/jameslinimk/chess-ai
[INFO] tweaked toml for git repo https://github.com/jameslinimk/chess-ai written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jameslinimk/chess-ai on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jameslinimk/chess-ai already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55
[INFO] running `Command { std: "docker" "start" "6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling serde_derive v1.0.155
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling quad-alsa-sys v0.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling serde v1.0.155
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking ogg v0.7.1
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking dasp_frame v0.11.0
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]     Checking hound v3.5.0
[INFO] [stderr]    Compiling quad-snd v0.2.7
[INFO] [stderr]     Checking lewton v0.9.4
[INFO] [stderr]     Checking unicode-bidi v0.3.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling miniquad v0.3.14
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking png v0.17.7
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking encoding_rs v0.8.32
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking quad-rand v0.2.1
[INFO] [stderr]    Compiling chess-ai v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking glam v0.21.3
[INFO] [stderr]     Checking ipnet v2.7.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]     Checking bumpalo v3.12.0
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]     Checking crossbeam-channel v0.5.7
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking image v0.24.5
[INFO] [stderr]     Checking audrey v0.3.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking fontdue v0.7.2
[INFO] [stderr]     Checking macroquad v0.3.25
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.7
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.16
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.25
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.14
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/camera.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |         if CAMERA.is_none() {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/camera.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         CAMERA.as_mut().unwrap()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/camera.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |         if CAMERA.is_none() {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/camera.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         CAMERA.as_mut().unwrap()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.94s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55", kill_on_drop: false }`
[INFO] [stdout] 6b8bb4ced2e27312a2c7bb32e4fef11651a9ba6145d5632113ba1a8edfb14f55
